Prepare for JAX 0.9.1 release#338
Open
gulsumgudukbay wants to merge 14 commits intorocm-jaxlib-v0.9.1from
Open
Prepare for JAX 0.9.1 release#338gulsumgudukbay wants to merge 14 commits intorocm-jaxlib-v0.9.1from
gulsumgudukbay wants to merge 14 commits intorocm-jaxlib-v0.9.1from
Conversation
…-encoding fix (#335) * Cherry-pick PR #293 + #306: dev tarball Docker tag fix and double URL-encoding fix - build/ci_build: replace '+' with '.' in rocm_ver_tag and rocm_version_tag for valid Docker tags - jax_rocm_plugin/build/rocm/ci_build: ROCM_VERSION_EXTRA use replace('+', '.') - tools/get_rocm.py: unquote then quote therock URL to avoid double-encoding; create amdgcn symlink only if missing Made-with: Cursor * Fix pylint C0301: shorten comment line (line-too-long 103/100) Made-with: Cursor * Use try/except FileExistsError for amdgcn symlink (PR #330) Made-with: Cursor --------- Co-authored-by: Jenkins <jenkins-compute@amd.com> (cherry picked from commit ea9a021)
On WSL, ROCm GPU discovery via KFD topology is unavailable, which can cause plugin initialization to fail. This change adds a WSL-specific fast path in GPU counting: when /dev/dxg exists, it returns 1 directly for initialization gating. The existing KFD-based counting logic remains unchanged for other environments, and the docstring is updated to clearly document this intentional hardcoded behavior. Signed-off-by: Flora Cui <flora.cui@amd.com> (cherry picked from commit ab4424b)
(cherry picked from commit 33fbb4b)
(cherry picked from commit 7fe4055)
(cherry picked from commit fd00e03)
(cherry picked from commit 1c21e42)
(cherry picked from commit 1c21914)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Preparing the repo for 0.9.1 release
Technical Details
In progress...
Test Plan
In progress...
Test Result
In progress...
Submission Checklist